home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre2.z / postgre2 / ref / postquel / end < prev    next >
Encoding:
Text File  |  1992-08-27  |  492 b   |  23 lines

  1. .\" XXX standard disclaimer belongs here....
  2. .\" $Header: /private/postgres/ref/postquel/RCS/end,v 1.2 1992/07/14 05:54:17 ptong Exp $
  3. .SP END COMMANDS 6/14/90
  4. .XA 2 End
  5. .uh NAME
  6. .lp
  7. end \*- commit the current transaction 
  8. .uh SYNOPSIS
  9. .lp
  10. .(l
  11. \fBend\fR
  12. .)l
  13. .uh DESCRIPTION
  14. .lp
  15. This commands commits the current transaction.
  16. All changes made by
  17. the transaction become
  18. visible to others and are guaranteed to be durable if a crash occurs. 
  19. .uh "SEE ALSO"
  20. .lp
  21. begin(commands),
  22. abort(commands).
  23.